home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_ICON / TFRM_ICON.txt < prev   
Text File  |  1997-06-09  |  6KB  |  274 lines

  1. object frm_Icon: Tfrm_Icon
  2.   Left = 320
  3.   Top = 192
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Button Icon'
  7.   ClientHeight = 133
  8.   ClientWidth = 321
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lab_IcoFile: TLabel
  19.     Left = 8
  20.     Top = 18
  21.     Width = 49
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Icon File:'
  26.   end
  27.   object lab_IcoNum: TLabel
  28.     Left = 8
  29.     Top = 50
  30.     Width = 49
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     AutoSize = False
  34.     Caption = 'Index:'
  35.     FocusControl = txt_IcoNum
  36.   end
  37.   object lab_IconNums: TLabel
  38.     Left = 128
  39.     Top = 51
  40.     Width = 67
  41.     Height = 13
  42.     Caption = '(0 icons in file)'
  43.   end
  44.   object Image1: TImage
  45.     Left = 24
  46.     Top = 80
  47.     Width = 32
  48.     Height = 32
  49.     AutoSize = True
  50.     Picture.Data = {<image000.ico>}
  51.     Visible = False
  52.   end
  53.   object Image2: TImage
  54.     Left = 40
  55.     Top = 80
  56.     Width = 32
  57.     Height = 32
  58.     AutoSize = True
  59.     Picture.Data = {<image001.ico>}
  60.     Visible = False
  61.   end
  62.   object Image3: TImage
  63.     Left = 56
  64.     Top = 80
  65.     Width = 32
  66.     Height = 32
  67.     AutoSize = True
  68.     Picture.Data = {<image002.ico>}
  69.     Visible = False
  70.   end
  71.   object Image4: TImage
  72.     Left = 72
  73.     Top = 80
  74.     Width = 32
  75.     Height = 32
  76.     AutoSize = True
  77.     Picture.Data = {<image003.ico>}
  78.     Visible = False
  79.   end
  80.   object Image5: TImage
  81.     Left = 88
  82.     Top = 80
  83.     Width = 32
  84.     Height = 32
  85.     AutoSize = True
  86.     Picture.Data = {<image004.ico>}
  87.     Visible = False
  88.   end
  89.   object Image6: TImage
  90.     Left = 104
  91.     Top = 80
  92.     Width = 32
  93.     Height = 32
  94.     AutoSize = True
  95.     Picture.Data = {<image005.ico>}
  96.     Visible = False
  97.   end
  98.   object Image7: TImage
  99.     Left = 120
  100.     Top = 80
  101.     Width = 32
  102.     Height = 32
  103.     AutoSize = True
  104.     Picture.Data = {<image006.ico>}
  105.     Visible = False
  106.   end
  107.   object Image8: TImage
  108.     Left = 136
  109.     Top = 80
  110.     Width = 32
  111.     Height = 32
  112.     AutoSize = True
  113.     Picture.Data = {<image007.ico>}
  114.     Visible = False
  115.   end
  116.   object Image9: TImage
  117.     Left = 152
  118.     Top = 80
  119.     Width = 32
  120.     Height = 32
  121.     AutoSize = True
  122.     Picture.Data = {<image008.ico>}
  123.     Visible = False
  124.   end
  125.   object Image10: TImage
  126.     Left = 168
  127.     Top = 80
  128.     Width = 32
  129.     Height = 32
  130.     AutoSize = True
  131.     Picture.Data = {<image009.ico>}
  132.     Visible = False
  133.   end
  134.   object Image11: TImage
  135.     Left = 184
  136.     Top = 80
  137.     Width = 32
  138.     Height = 32
  139.     AutoSize = True
  140.     Picture.Data = {<image010.ico>}
  141.     Visible = False
  142.   end
  143.   object Image12: TImage
  144.     Left = 200
  145.     Top = 80
  146.     Width = 32
  147.     Height = 32
  148.     AutoSize = True
  149.     Picture.Data = {<image011.ico>}
  150.     Visible = False
  151.   end
  152.   object cmd_OK: TBitBtn
  153.     Left = 240
  154.     Top = 96
  155.     Width = 74
  156.     Height = 29
  157.     Enabled = False
  158.     TabOrder = 6
  159.     OnClick = cmd_OKClick
  160.     Kind = bkOK
  161.   end
  162.   object cmd_Cancel: TBitBtn
  163.     Left = 160
  164.     Top = 96
  165.     Width = 74
  166.     Height = 29
  167.     TabOrder = 5
  168.     Kind = bkCancel
  169.   end
  170.   object cmd_Help: TBitBtn
  171.     Left = 8
  172.     Top = 96
  173.     Width = 74
  174.     Height = 29
  175.     Caption = 'Help'
  176.     TabOrder = 4
  177.     Kind = bkHelp
  178.   end
  179.   object pan_Icon: TPanel
  180.     Left = 278
  181.     Top = 49
  182.     Width = 32
  183.     Height = 32
  184.     BevelOuter = bvNone
  185.     TabOrder = 7
  186.     object img_Icon: TImage
  187.       Left = 0
  188.       Top = 0
  189.       Width = 32
  190.       Height = 32
  191.       Align = alClient
  192.     end
  193.   end
  194.   object spin_IcoNum: TUpDown
  195.     Left = 105
  196.     Top = 45
  197.     Width = 15
  198.     Height = 24
  199.     Associate = txt_IcoNum
  200.     Min = 0
  201.     Max = 0
  202.     Position = 0
  203.     TabOrder = 3
  204.     Wrap = True
  205.   end
  206.   object txt_IcoNum: TEdit
  207.     Left = 64
  208.     Top = 45
  209.     Width = 41
  210.     Height = 24
  211.     Color = clBtnFace
  212.     Font.Color = clBlack
  213.     Font.Height = -13
  214.     Font.Name = 'System'
  215.     Font.Style = [fsBold]
  216.     MaxLength = 4
  217.     ParentFont = False
  218.     ReadOnly = True
  219.     TabOrder = 1
  220.     Text = '0'
  221.     OnChange = txt_IcoNumChange
  222.     OnExit = txt_IcoNumExit
  223.     OnKeyPress = txt_IcoNumKeyPress
  224.   end
  225.   object cmd_Browse: TBitBtn
  226.     Left = 288
  227.     Top = 12
  228.     Width = 25
  229.     Height = 25
  230.     TabOrder = 2
  231.     OnClick = cmd_BrowseClick
  232.     Glyph.Data = {
  233.       78010000424D7801000000000000760000002800000020000000100000000100
  234.       04000000000000000000120B0000120B00000000000000000000000000000000
  235.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  236.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  237.       5555555555555555555555555555555555555555555555555555555555555555
  238.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  239.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  240.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  241.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  242.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  243.       55555575FFF75555555555700007555555555557777555555555555555555555
  244.       55555555555555555555555555555555555555555555555555550000}
  245.     NumGlyphs = 2
  246.   end
  247.   object txt_IcoFile: TDropEdit
  248.     Left = 64
  249.     Top = 12
  250.     Width = 217
  251.     Height = 24
  252.     Font.Color = clBlack
  253.     Font.Height = -11
  254.     Font.Name = 'System'
  255.     Font.Style = [fsBold]
  256.     ParentFont = False
  257.     TabOrder = 0
  258.     OnChange = txt_IcoFileChange
  259.     AcceptFiles = True
  260.   end
  261.   object OpenDialog1: TOpenDialog
  262.     FileEditStyle = fsEdit
  263.     Options = [ofHideReadOnly, ofFileMustExist, ofNoDereferenceLinks]
  264.     Left = 88
  265.     Top = 96
  266.   end
  267.   object img_List: TImageList
  268.     Height = 32
  269.     Width = 32
  270.     Left = 120
  271.     Top = 96
  272.   end
  273. end
  274.